GetPlatformFontsForNodeResponse

data class GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)

Represents response frame that is returned from CSS#getPlatformFontsForNode operation call. Requests information about platform fonts which we used to render child TextNodes in the given node.

See also

Constructors

GetPlatformFontsForNodeResponse
Link copied to clipboard
fun GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)

Properties

fonts
Link copied to clipboard
val fonts: List<PlatformFontUsage>
Usage statistics for every employed platform font.

Sources

jvm source
Link copied to clipboard